LINALG
Source Files
Modules
Procedures
Derived Types
csr_to_msr
Function
16 statements
Source File
linalg_sparse.f90
linalg_sparse
csr_to_msr
Contents
public pure function csr_to_msr(a) result(rst)
Converts a CSR matrix to an MSR matrix.
Arguments
Type
Intent
Optional
Attributes
Name
class(
csr_matrix
),
intent(in)
::
a
The CSR matrix to convert.
Return Value
type(
msr_matrix
)
The MSR matrix.